ApplicationForm
ApplicationForm Component
This component is a form for creating and editing applications. It uses Formik for form management and Yup for form validation.
Props
| Prop | Type | Description |
|---|---|---|
application | Application from @/thorapi/model | The application object to be edited |
Example Usage
Interactive playgrounds load on the client. Refresh in a browser to edit this lesson.